require "import"
import "android.content.Context"
import "android.os.Vibrator"

local context = activity or service
local vibrator = context.getSystemService(Context.VIBRATOR_SERVICE)

if vibrator.hasVibrator() then
    vibrator.vibrate(200)
end

if service.click({
{"%Ir para a barra de notificações$200",
"%[Varrer para a esquerda]",
"NFC*@*",
"%Voltar<2$200",
}
})
return true
end

return true